home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / lanmodm1.zip / PROCOMM.BAT < prev    next >
DOS Batch File  |  1990-04-02  |  796b  |  22 lines

  1. REM PROCOMM.BAT Sample batch file for invoking NETDEV
  2. REM and PROCOMM Plus Network version to share a modem.
  3. REM
  4. REM This command installs the INT14 interface program NETDEV.COM.
  5. NETDEV
  6. REM
  7. REM This command opens the connection between the computer wishing to share
  8. REM the device and the computer connected to the device.
  9. NETDEV /OPEN
  10. REM
  11. REM This is the program which will use the shared device.
  12. PCOMNET
  13. REM
  14. REM This command closes the connection between the computer sharing the device
  15. REM and the device itself. It should be used when the current user is finished
  16. REM with the shared device so that others can use it.
  17. NETDEV /CLOSE
  18. REM
  19. REM This command is optional and causes NETDEV to be removed from memory,
  20. REM freeing up the less than 10K that it uses.
  21. NETDEV /DISAB
  22.